Setup Provider Exchange Page Information

This section refers to the configuration of the “Customer Request” page.

To setup the Provider Exchange Page:
1. Sign-in to Azure portal with credentials for the Zoom Connect System.
2. Click .
3. Select the Zoom Connect database.
4. In the Navigation pane, select Data Explorer.

5. Select ProvidersInfo container.

6. Click Items.
7. Click New Item.

8. Set the provider’s name lower case in the “id” value.

9. Click Save.

10. Select the “newprovider” id

11. Edit the data as follows:
Add the following block after "id": "newprovider"
Set "ShowUseSbcDialplanCheckbox" to true.
Copy
"customerPage": {
        "CountriesList": [
            {
                "Name": "Israel",
                "Properties": [
                    "Call",
                    "Conferencing"
                ],
                "Selected": false
            },
            {
                "Name": "Italy",
                "Properties": [
                    "Call"
                ],
                "Selected": false
            },
            {
                "Name": "USA",
                "Properties": [
                    "Call",
                    "Conferencing"
                ],
                "Selected": false
            },
            {
                "Name": "United Kingdom",
                "Properties": [
                    "Call",
                    "Conferencing",
                    "Broadcast"
                ],
                "Selected": false
            }
        ],
        "Privacy": {
            "Provider": "newprovider",
            "Title": "Data Privacy Terms",
            "Content": "The Personal Information collected will be limited to those details necessary for the purposes identified by us. With your consent, we may collect Personal Information from you in person, over the telephone or by corresponding with you via mail, facsimile, or the Internet."
        },
        "CompanySizes": [
            "SMB",
            "SME",
            "Enterprise"
        ]
    },
         "providerPage": {
"ShowUseSbcDialplanCheckbox": true
},

Note the following:

"CountriesList": Add or removed countries according to example
“Privacy”: refers to the privacy message which will the customer approve before submitting the request.
Provider: set the provider's name in lower case
Title: this is the title of the privacy dialog
Content: this is the text of the privacy message
CompanySize: Value the customer choose to describe its business. One of the following values: 
SMB
SME
Enterprise
ShowUseSbcDialplanCheckbox: In case the provider has a SBC that it’s routing not done by SBC dialplan rule (supports ARM routing), set the value to true to display the check box in the upload numbers dialog. When the value is false (default), the user will always update the dialplan rule in the SBC.
12. Click Update.